[INFO] cloning repository https://github.com/ansonhwa/anson-librustzcash
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ansonhwa/anson-librustzcash" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fansonhwa%2Fanson-librustzcash", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fansonhwa%2Fanson-librustzcash'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4868e36b1076427e018c54b5ff709e9082f608f2
[INFO] fixing ansonhwa/anson-librustzcash against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fansonhwa%2Fanson-librustzcash" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ansonhwa/anson-librustzcash
[INFO] finished tweaking git repo https://github.com/ansonhwa/anson-librustzcash
[INFO] tweaked toml for git repo https://github.com/ansonhwa/anson-librustzcash written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ansonhwa/anson-librustzcash on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ansonhwa/anson-librustzcash already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: pairing/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `pairing` (manifest) generated 1 warning
[INFO] [stderr] warning: zcash_wallet/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `zcash_wallet` (manifest) generated 1 warning
[INFO] [stderr] warning: sapling-crypto/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `sapling-crypto` (manifest) generated 1 warning
[INFO] [stderr] warning: zcash_primitives/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `zcash_primitives` (manifest) generated 1 warning
[INFO] [stderr] warning: zip32/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `zip32` (manifest) generated 1 warning
[INFO] [stderr] warning: zcash_proofs/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `zcash_proofs` (manifest) generated 1 warning
[INFO] [stderr] warning: bellman/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `bellman` (manifest) generated 1 warning
[INFO] [stderr] warning: librustzcash/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `librustzcash` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 573390ba56c72471e82e40092d7e4b8c63f057fe2c4ce98aa685e7b71fc8769a
[INFO] running `Command { std: "docker" "start" "573390ba56c72471e82e40092d7e4b8c63f057fe2c4ce98aa685e7b71fc8769a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "573390ba56c72471e82e40092d7e4b8c63f057fe2c4ce98aa685e7b71fc8769a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "573390ba56c72471e82e40092d7e4b8c63f057fe2c4ce98aa685e7b71fc8769a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "573390ba56c72471e82e40092d7e4b8c63f057fe2c4ce98aa685e7b71fc8769a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating bellman/Cargo.toml from 2015 edition to 2018
[INFO] [stderr]    Migrating pairing/Cargo.toml from 2015 edition to 2018
[INFO] [stderr]    Migrating librustzcash/Cargo.toml from 2015 edition to 2018
[INFO] [stderr]    Migrating sapling-crypto/Cargo.toml from 2015 edition to 2018
[INFO] [stderr]    Migrating zcash_proofs/Cargo.toml from 2015 edition to 2018
[INFO] [stderr]    Migrating zip32/Cargo.toml from 2015 edition to 2018
[INFO] [stderr]    Migrating zcash_primitives/Cargo.toml from 2015 edition to 2018
[INFO] [stderr]    Migrating zcash_wallet/Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: sapling-crypto/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `sapling-crypto` (manifest) generated 1 warning
[INFO] [stderr] warning: zcash_primitives/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `zcash_primitives` (manifest) generated 1 warning
[INFO] [stderr] warning: pairing/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `pairing` (manifest) generated 1 warning
[INFO] [stderr] warning: bellman/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `bellman` (manifest) generated 1 warning
[INFO] [stderr] warning: librustzcash/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `librustzcash` (manifest) generated 1 warning
[INFO] [stderr] warning: zcash_proofs/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `zcash_proofs` (manifest) generated 1 warning
[INFO] [stderr] warning: zip32/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `zip32` (manifest) generated 1 warning
[INFO] [stderr] warning: zcash_wallet/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `zcash_wallet` (manifest) generated 1 warning
[INFO] [stderr]     Checking libc v0.2.40
[INFO] [stderr]     Checking byteorder v1.2.2
[INFO] [stderr]    Compiling typenum v1.10.0
[INFO] [stderr]     Checking futures v0.1.21
[INFO] [stderr]     Checking crossbeam v0.3.2
[INFO] [stderr]     Checking bit-vec v0.4.4
[INFO] [stderr]     Checking constant_time_eq v0.1.3
[INFO] [stderr]    Compiling proc-macro2 v0.4.14
[INFO] [stderr]     Checking opaque-debug v0.1.1
[INFO] [stderr]    Compiling num-bigint v0.2.0
[INFO] [stderr]     Checking byte-tools v0.2.0
[INFO] [stderr]    Compiling serde v1.0.75
[INFO] [stderr]     Checking lazy_static v1.0.0
[INFO] [stderr]    Compiling ryu v0.2.6
[INFO] [stderr]     Checking unicode-xid v0.1.0
[INFO] [stderr]     Checking itoa v0.4.2
[INFO] [stderr]     Checking zeroize v1.3.0
[INFO] [stderr]     Checking zcash_wallet v0.0.0 (/opt/rustwide/workdir/zcash_wallet)
[INFO] [stderr]    Migrating zcash_wallet/src/lib.rs from 2015 edition to 2018
[INFO] [stderr]     Checking blake2-rfc v0.2.18 (https://github.com/gtank/blake2-rfc?rev=7a5b5fc99ae483a0043db7547fb79a6fa44b88a9#7a5b5fc9)
[INFO] [stderr]     Checking rand v0.4.2
[INFO] [stderr]     Checking num_cpus v1.8.0
[INFO] [stderr]    Compiling quote v0.6.8
[INFO] [stderr]    Compiling syn v0.14.9
[INFO] [stderr]     Checking pairing v0.14.2 (/opt/rustwide/workdir/pairing)
[INFO] [stderr]     Checking pairing v0.14.2 (https://github.com/omershlo/librustzcash.git?rev=3e667406323430813f6dbae2a60b5a83046fa20a#3e667406)
[INFO] [stderr]    Migrating pairing/src/lib.rs from 2015 edition to 2018
[INFO] [stderr]     Checking generic-array v0.9.0
[INFO] [stderr]     Checking digest v0.7.2
[INFO] [stderr]     Checking block-cipher-trait v0.5.3
[INFO] [stderr]     Checking aes-soft v0.2.0
[INFO] [stderr]     Checking aes v0.2.0
[INFO] [stderr]     Checking fpe v0.1.0
[INFO] [stderr]     Checking futures-cpupool v0.1.8
[INFO] [stderr]     Checking bellman v0.1.0 (https://github.com/omershlo/librustzcash.git?rev=3e667406323430813f6dbae2a60b5a83046fa20a#3e667406)
[INFO] [stderr]     Checking sapling-crypto v0.0.1 (https://github.com/omershlo/librustzcash.git?rev=3e667406323430813f6dbae2a60b5a83046fa20a#3e667406)
[INFO] [stderr]    Compiling serde_derive v1.0.75
[INFO] [stderr]        Fixed pairing/src/tests/field.rs (1 fix)
[INFO] [stderr]        Fixed pairing/src/bls12_381/ec.rs (6 fixes)
[INFO] [stderr]        Fixed pairing/src/bls12_381/mod.rs (1 fix)
[INFO] [stderr]        Fixed pairing/src/lib.rs (2 fixes)
[INFO] [stderr]        Fixed pairing/src/tests/repr.rs (1 fix)
[INFO] [stderr]        Fixed pairing/src/tests/curve.rs (3 fixes)
[INFO] [stderr]        Fixed pairing/src/bls12_381/fq.rs (118 fixes)
[INFO] [stderr]        Fixed pairing/src/tests/engine.rs (1 fix)
[INFO] [stderr]        Fixed pairing/src/bls12_381/fq12.rs (4 fixes)
[INFO] [stderr]        Fixed pairing/src/bls12_381/tests/mod.rs (1 fix)
[INFO] [stderr]        Fixed pairing/src/bls12_381/fq2.rs (16 fixes)
[INFO] [stderr]        Fixed pairing/src/bls12_381/fr.rs (62 fixes)
[INFO] [stderr]        Fixed pairing/src/bls12_381/fq6.rs (4 fixes)
[INFO] [stderr]     Checking bellman v0.1.0 (/opt/rustwide/workdir/bellman)
[INFO] [stderr]    Migrating bellman/src/lib.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed bellman/src/groth16/mod.rs (2 fixes)
[INFO] [stderr]    Migrating pairing/benches/pairing_benches.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed bellman/src/groth16/prover.rs (4 fixes)
[INFO] [stderr]        Fixed bellman/src/groth16/generator.rs (3 fixes)
[INFO] [stderr]        Fixed bellman/src/groth16/verifier.rs (1 fix)
[INFO] [stderr]     Checking sapling-crypto v0.0.1 (/opt/rustwide/workdir/sapling-crypto)
[INFO] [stderr]        Fixed bellman/src/groth16/mod.rs (1 fix)
[INFO] [stderr]        Fixed bellman/src/groth16/tests/mod.rs (1 fix)
[INFO] [stderr]    Migrating bellman/tests/mimc.rs from 2015 edition to 2018
[INFO] [stderr]    Migrating sapling-crypto/src/lib.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed sapling-crypto/src/util.rs (1 fix)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/sprout/output.rs (1 fix)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/sprout/prfs.rs (2 fixes)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/sapling/mod.rs (3 fixes)
[INFO] [stderr]        Fixed sapling-crypto/src/redjubjub.rs (2 fixes)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/sprout/input.rs (2 fixes)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/pedersen_hash.rs (2 fixes)
[INFO] [stderr]        Fixed sapling-crypto/src/jubjub/mod.rs (3 fixes)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/ecc.rs (1 fix)
[INFO] [stderr]        Fixed sapling-crypto/src/primitives/mod.rs (4 fixes)
[INFO] [stderr]        Fixed sapling-crypto/src/pedersen_hash.rs (1 fix)
[INFO] [stderr]        Fixed sapling-crypto/src/group_hash.rs (2 fixes)
[INFO] [stderr]        Fixed sapling-crypto/src/jubjub/fs.rs (2 fixes)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/sprout/commitment.rs (2 fixes)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/sprout/mod.rs (2 fixes)
[INFO] [stderr]     Checking zip32 v0.0.0 (/opt/rustwide/workdir/zip32)
[INFO] [stderr]     Checking zcash_proofs v0.0.0 (/opt/rustwide/workdir/zcash_proofs)
[INFO] [stderr]     Checking zcash_primitives v0.0.0 (/opt/rustwide/workdir/zcash_primitives)
[INFO] [stderr]     Checking serde_json v1.0.26
[INFO] [stderr]     Checking rust-gmp v0.5.0 (https://github.com/ansonhwa/anson-rust-gmp#a428d31f)
[INFO] [stderr]     Checking paradise-city v0.2.0 (https://github.com/ansonhwa/anson-paradise-city#468e7baa)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/sprout/mod.rs (2 fixes)
[INFO] [stderr]    Migrating zip32/src/lib.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/sapling/mod.rs (11 fixes)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/num.rs (1 fix)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/uint32.rs (3 fixes)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/pedersen_hash.rs (4 fixes)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/boolean.rs (1 fix)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/multipack.rs (1 fix)
[INFO] [stderr]        Fixed sapling-crypto/src/redjubjub.rs (1 fix)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/lookup.rs (2 fixes)
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/ecc.rs (3 fixes)
[INFO] [stderr]    Migrating sapling-crypto/examples/bench.rs from 2015 edition to 2018
[INFO] [stderr]    Migrating zcash_primitives/src/lib.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed zcash_primitives/src/transaction/tests.rs (1 fix)
[INFO] [stderr]        Fixed zcash_primitives/src/transaction/mod.rs (1 fix)
[INFO] [stderr]        Fixed zcash_primitives/src/transaction/components.rs (2 fixes)
[INFO] [stderr]    Migrating zcash_proofs/src/lib.rs from 2015 edition to 2018
[INFO] [stderr]     Checking librustzcash v0.1.0 (/opt/rustwide/workdir/librustzcash)
[INFO] [stderr]    Migrating sapling-crypto/benches/pedersen_hash.rs from 2015 edition to 2018
[INFO] [stderr]    Migrating librustzcash/src/rustzcash.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed librustzcash/src/tests/key_agreement.rs (1 fix)
[INFO] [stderr]        Fixed librustzcash/src/tests/notes.rs (2 fixes)
[INFO] [stderr]        Fixed librustzcash/src/tests/key_components.rs (1 fix)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.33s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: syn v0.14.9
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr] crater-edition-check: bellman v0.1.0 (/opt/rustwide/workdir/bellman) updating edition from 2015 to 2018
[INFO] [stderr] crater-edition-check: pairing v0.14.2 (/opt/rustwide/workdir/pairing) updating edition from 2015 to 2018
[INFO] [stderr] crater-edition-check: librustzcash v0.1.0 (/opt/rustwide/workdir/librustzcash) updating edition from 2015 to 2018
[INFO] [stderr] crater-edition-check: sapling-crypto v0.0.1 (/opt/rustwide/workdir/sapling-crypto) updating edition from 2015 to 2018
[INFO] [stderr] crater-edition-check: zcash_proofs v0.0.0 (/opt/rustwide/workdir/zcash_proofs) updating edition from 2015 to 2018
[INFO] [stderr] crater-edition-check: zip32 v0.0.0 (/opt/rustwide/workdir/zip32) updating edition from 2015 to 2018
[INFO] [stderr] crater-edition-check: zcash_primitives v0.0.0 (/opt/rustwide/workdir/zcash_primitives) updating edition from 2015 to 2018
[INFO] [stderr] crater-edition-check: zcash_wallet v0.0.0 (/opt/rustwide/workdir/zcash_wallet) updating edition from 2015 to 2018
[INFO] [stderr]     Checking pairing v0.14.2 (/opt/rustwide/workdir/pairing)
[INFO] [stderr]     Checking zcash_wallet v0.0.0 (/opt/rustwide/workdir/zcash_wallet)
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![cfg_attr(feature = "clippy", deny(warnings))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![cfg_attr(feature = "clippy", feature(plugin))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![cfg_attr(feature = "clippy", plugin(clippy))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![cfg_attr(feature = "clippy", allow(inline_always))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![cfg_attr(feature = "clippy", allow(too_many_arguments))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | #![cfg_attr(feature = "clippy", allow(unreadable_literal))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]   --> pairing/src/lib.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![cfg_attr(feature = "clippy", allow(many_single_char_names))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]    = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]   --> pairing/src/lib.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![cfg_attr(feature = "clippy", allow(new_without_default_derive))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]    = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]   --> pairing/src/lib.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![cfg_attr(feature = "clippy", allow(write_literal))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]    = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]    --> pairing/src/bls12_381/fq.rs:522:9
[INFO] [stdout]     |
[INFO] [stdout] 522 |         r#try!(write!(f, "0x"));
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]    --> pairing/src/bls12_381/fq.rs:524:13
[INFO] [stdout]     |
[INFO] [stdout] 524 |             r#try!(write!(f, "{:016x}", *i));
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> pairing/src/bls12_381/fr.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         r#try!(write!(f, "0x"));
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> pairing/src/bls12_381/fr.rs:71:13
[INFO] [stdout]    |
[INFO] [stdout] 71 |             r#try!(write!(f, "{:016x}", *i));
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> pairing/src/lib.rs:503:39
[INFO] [stdout]     |
[INFO] [stdout] 503 |             _ => write!(f, "{}", self.description()),
[INFO] [stdout]     |                                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![cfg_attr(feature = "clippy", deny(warnings))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![cfg_attr(feature = "clippy", feature(plugin))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![cfg_attr(feature = "clippy", plugin(clippy))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![cfg_attr(feature = "clippy", allow(inline_always))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![cfg_attr(feature = "clippy", allow(too_many_arguments))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | #![cfg_attr(feature = "clippy", allow(unreadable_literal))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]   --> pairing/src/lib.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![cfg_attr(feature = "clippy", allow(many_single_char_names))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]    = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]   --> pairing/src/lib.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![cfg_attr(feature = "clippy", allow(new_without_default_derive))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]    = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]   --> pairing/src/lib.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![cfg_attr(feature = "clippy", allow(write_literal))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]    = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]    --> pairing/src/bls12_381/fq.rs:522:9
[INFO] [stdout]     |
[INFO] [stdout] 522 |         r#try!(write!(f, "0x"));
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]    --> pairing/src/bls12_381/fq.rs:524:13
[INFO] [stdout]     |
[INFO] [stdout] 524 |             r#try!(write!(f, "{:016x}", *i));
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> pairing/src/bls12_381/fr.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         r#try!(write!(f, "0x"));
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> pairing/src/bls12_381/fr.rs:71:13
[INFO] [stdout]    |
[INFO] [stdout] 71 |             r#try!(write!(f, "{:016x}", *i));
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stdout]    --> pairing/src/lib.rs:107:62
[INFO] [stdout]     |
[INFO] [stdout] 107 |             [(&(p.into().prepare()), &(q.into().prepare()))].into_iter(),
[INFO] [stdout]     |                                                              ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]     = note: `#[warn(array_into_iter)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 107 -             [(&(p.into().prepare()), &(q.into().prepare()))].into_iter(),
[INFO] [stdout] 107 +             [(&(p.into().prepare()), &(q.into().prepare()))].iter(),
[INFO] [stdout]     |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]     |
[INFO] [stdout] 107 -             [(&(p.into().prepare()), &(q.into().prepare()))].into_iter(),
[INFO] [stdout] 107 +             IntoIterator::into_iter([(&(p.into().prepare()), &(q.into().prepare()))]),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking bellman v0.1.0 (/opt/rustwide/workdir/bellman)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> bellman/src/multiexp.rs:148:10
[INFO] [stdout]     |
[INFO] [stdout] 148 | ) -> Box<Future<Item=<G as CurveAffine>::Projective, Error=SynthesisError>>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 148 | ) -> Box<dyn Future<Item=<G as CurveAffine>::Projective, Error=SynthesisError>>
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> bellman/src/multiexp.rs:242:10
[INFO] [stdout]     |
[INFO] [stdout] 242 | ) -> Box<Future<Item=<G as CurveAffine>::Projective, Error=SynthesisError>>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 242 | ) -> Box<dyn Future<Item=<G as CurveAffine>::Projective, Error=SynthesisError>>
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> bellman/src/multiexp.rs:148:10
[INFO] [stdout]     |
[INFO] [stdout] 148 | ) -> Box<Future<Item=<G as CurveAffine>::Projective, Error=SynthesisError>>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 148 | ) -> Box<dyn Future<Item=<G as CurveAffine>::Projective, Error=SynthesisError>>
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> bellman/src/multiexp.rs:242:10
[INFO] [stdout]     |
[INFO] [stdout] 242 | ) -> Box<Future<Item=<G as CurveAffine>::Projective, Error=SynthesisError>>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 242 | ) -> Box<dyn Future<Item=<G as CurveAffine>::Projective, Error=SynthesisError>>
[INFO] [stdout]     |          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> bellman/src/lib.rs:215:34
[INFO] [stdout]     |
[INFO] [stdout] 215 |             write!(f, "{}", self.description())
[INFO] [stdout]     |                                  ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> bellman/src/lib.rs:215:34
[INFO] [stdout]     |
[INFO] [stdout] 215 |             write!(f, "{}", self.description())
[INFO] [stdout]     |                                  ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stdout]   --> bellman/src/groth16/verifier.rs:64:11
[INFO] [stdout]    |
[INFO] [stdout] 64 |         ].into_iter())
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]    = note: `#[warn(array_into_iter)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]    |
[INFO] [stdout] 64 -         ].into_iter())
[INFO] [stdout] 64 +         ].iter())
[INFO] [stdout]    |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]    |
[INFO] [stdout] 60 ~         &E::miller_loop(IntoIterator::into_iter([
[INFO] [stdout] 61 |             (&proof.a.prepare(), &proof.b.prepare()),
[INFO] [stdout] 62 |             (&acc.into_affine().prepare(), &pvk.neg_gamma_g2),
[INFO] [stdout] 63 |             (&proof.c.prepare(), &pvk.neg_delta_g2)
[INFO] [stdout] 64 ~         ]))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stdout]   --> bellman/src/groth16/verifier.rs:64:11
[INFO] [stdout]    |
[INFO] [stdout] 64 |         ].into_iter())
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]    = note: `#[warn(array_into_iter)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]    |
[INFO] [stdout] 64 -         ].into_iter())
[INFO] [stdout] 64 +         ].iter())
[INFO] [stdout]    |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]    |
[INFO] [stdout] 60 ~         &E::miller_loop(IntoIterator::into_iter([
[INFO] [stdout] 61 |             (&proof.a.prepare(), &proof.b.prepare()),
[INFO] [stdout] 62 |             (&acc.into_affine().prepare(), &pvk.neg_gamma_g2),
[INFO] [stdout] 63 |             (&proof.c.prepare(), &pvk.neg_delta_g2)
[INFO] [stdout] 64 ~         ]))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking sapling-crypto v0.0.1 (/opt/rustwide/workdir/sapling-crypto)
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> pairing/src/lib.rs:503:39
[INFO] [stdout]     |
[INFO] [stdout] 503 |             _ => write!(f, "{}", self.description()),
[INFO] [stdout]     |                                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> bellman/tests/mimc.rs:111:17
[INFO] [stdout]     |
[INFO] [stdout] 111 |             let mut tmp_value = xl_value.map(|mut e| {
[INFO] [stdout]     |                 ----^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> bellman/tests/mimc.rs:116:17
[INFO] [stdout]     |
[INFO] [stdout] 116 |             let mut tmp = cs.alloc(|| "tmp", || {
[INFO] [stdout]     |                 ----^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> bellman/tests/mimc.rs:130:17
[INFO] [stdout]     |
[INFO] [stdout] 130 |             let mut new_xl_value = xl_value.map(|mut e| {
[INFO] [stdout]     |                 ----^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> bellman/tests/mimc.rs:137:17
[INFO] [stdout]     |
[INFO] [stdout] 137 |             let mut new_xl = if i == (MIMC_ROUNDS-1) {
[INFO] [stdout]     |                 ----^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> sapling-crypto/src/jubjub/fs.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         r#try!(write!(f, "0x"));
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> sapling-crypto/src/jubjub/fs.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 |             r#try!(write!(f, "{:016x}", *i));
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> sapling-crypto/src/jubjub/fs.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         r#try!(write!(f, "0x"));
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> sapling-crypto/src/jubjub/fs.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 |             r#try!(write!(f, "{:016x}", *i));
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stdout]    --> pairing/src/lib.rs:107:62
[INFO] [stdout]     |
[INFO] [stdout] 107 |             [(&(p.into().prepare()), &(q.into().prepare()))].into_iter(),
[INFO] [stdout]     |                                                              ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]     = note: `#[warn(array_into_iter)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 107 -             [(&(p.into().prepare()), &(q.into().prepare()))].into_iter(),
[INFO] [stdout] 107 +             [(&(p.into().prepare()), &(q.into().prepare()))].iter(),
[INFO] [stdout]     |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]     |
[INFO] [stdout] 107 -             [(&(p.into().prepare()), &(q.into().prepare()))].into_iter(),
[INFO] [stdout] 107 +             IntoIterator::into_iter([(&(p.into().prepare()), &(q.into().prepare()))]),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> sapling-crypto/src/jubjub/mod.rs:354:17
[INFO] [stdout]     |
[INFO] [stdout] 354 |             for mut gen in tmp_params.pedersen_hash_generators.iter().cloned() {
[INFO] [stdout]     |                 ----^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> sapling-crypto/src/jubjub/mod.rs:354:17
[INFO] [stdout]     |
[INFO] [stdout] 354 |             for mut gen in tmp_params.pedersen_hash_generators.iter().cloned() {
[INFO] [stdout]     |                 ----^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> sapling-crypto/src/circuit/uint32.rs:429:17
[INFO] [stdout]     |
[INFO] [stdout] 429 |             let mut v = (0..32).map(|_| Boolean::constant(rng.gen())).collect::<Vec<_>>();
[INFO] [stdout]     |                 ----^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> sapling-crypto/src/circuit/uint32.rs:460:17
[INFO] [stdout]     |
[INFO] [stdout] 460 |             let mut v = (0..32).map(|_| Boolean::constant(rng.gen())).collect::<Vec<_>>();
[INFO] [stdout]     |                 ----^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stdout]   --> sapling-crypto/src/circuit/sprout/input.rs:78:37
[INFO] [stdout]    |
[INFO] [stdout] 78 |         for (i, layer) in auth_path.into_iter().enumerate() {
[INFO] [stdout]    |                                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]    = note: `#[warn(array_into_iter)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]    |
[INFO] [stdout] 78 -         for (i, layer) in auth_path.into_iter().enumerate() {
[INFO] [stdout] 78 +         for (i, layer) in auth_path.iter().enumerate() {
[INFO] [stdout]    |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]    |
[INFO] [stdout] 78 -         for (i, layer) in auth_path.into_iter().enumerate() {
[INFO] [stdout] 78 +         for (i, layer) in IntoIterator::into_iter(auth_path).enumerate() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking zip32 v0.0.0 (/opt/rustwide/workdir/zip32)
[INFO] [stderr]     Checking zcash_proofs v0.0.0 (/opt/rustwide/workdir/zcash_proofs)
[INFO] [stderr]     Checking zcash_primitives v0.0.0 (/opt/rustwide/workdir/zcash_primitives)
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> zcash_primitives/src/transaction/components.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 | const GROTH_PROOF_SIZE: usize = (48 + 96 + 48);
[INFO] [stdout]    |                                 ^            ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 - const GROTH_PROOF_SIZE: usize = (48 + 96 + 48);
[INFO] [stdout] 16 + const GROTH_PROOF_SIZE: usize = 48 + 96 + 48 ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> zcash_primitives/src/transaction/components.rs:18:32
[INFO] [stdout]    |
[INFO] [stdout] 18 | const PHGR_PROOF_SIZE: usize = (33 + 33 + 65 + 33 + 33 + 33 + 33 + 33);
[INFO] [stdout]    |                                ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 - const PHGR_PROOF_SIZE: usize = (33 + 33 + 65 + 33 + 33 + 33 + 33 + 33);
[INFO] [stdout] 18 + const PHGR_PROOF_SIZE: usize = 33 + 33 + 65 + 33 + 33 + 33 + 33 + 33 ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around block return value
[INFO] [stdout]   --> zcash_primitives/src/lib.rs:16:38
[INFO] [stdout]    |
[INFO] [stdout] 16 |     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout]    |                                      ^^                  ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]    |
[INFO] [stdout] 16 -     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout] 16 +     static ref JUBJUB: JubjubBls12 = JubjubBls12::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around block return value
[INFO] [stdout]   --> zip32/src/lib.rs:24:38
[INFO] [stdout]    |
[INFO] [stdout] 24 |     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout]    |                                      ^^                  ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]    |
[INFO] [stdout] 24 -     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout] 24 +     static ref JUBJUB: JubjubBls12 = JubjubBls12::new() ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> zcash_primitives/src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / lazy_static! {
[INFO] [stdout] 16 | |     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around block return value
[INFO] [stdout]   --> zip32/src/lib.rs:24:38
[INFO] [stdout]    |
[INFO] [stdout] 24 |     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout]    |                                      ^^                  ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]    |
[INFO] [stdout] 24 -     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout] 24 +     static ref JUBJUB: JubjubBls12 = JubjubBls12::new() ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> zip32/src/lib.rs:737:10
[INFO] [stdout]     |
[INFO] [stdout] 737 |         };
[INFO] [stdout]     |          ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> zip32/src/lib.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | / lazy_static! {
[INFO] [stdout] 24 | |     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> zip32/src/lib.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | / lazy_static! {
[INFO] [stdout] 24 | |     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_fs` is never used
[INFO] [stdout]   --> zcash_proofs/src/sapling/prover.rs:21:4
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn read_fs(from: &[u8]) -> FsRepr {
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> zcash_proofs/src/sapling/prover.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |         ar.clone().into_repr().write_le(&mut ar_vec[0..32]);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 170 |         let _ = ar.clone().into_repr().write_le(&mut ar_vec[0..32]);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking librustzcash v0.1.0 (/opt/rustwide/workdir/librustzcash)
[INFO] [stdout] warning: function `read_fs` is never used
[INFO] [stdout]   --> zcash_proofs/src/sapling/prover.rs:21:4
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn read_fs(from: &[u8]) -> FsRepr {
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> sapling-crypto/src/circuit/pedersen_hash.rs:154:21
[INFO] [stdout]     |
[INFO] [stdout] 154 |                 let mut input: Vec<bool> = (0..length).map(|_| rng.gen()).collect();
[INFO] [stdout]     |                     ----^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> zcash_proofs/src/sapling/prover.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |         ar.clone().into_repr().write_le(&mut ar_vec[0..32]);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 170 |         let _ = ar.clone().into_repr().write_le(&mut ar_vec[0..32]);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> librustzcash/src/tests/key_components.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 30 |     };
[INFO] [stdout]    |      ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> librustzcash/src/tests/notes.rs:22:6
[INFO] [stdout]    |
[INFO] [stdout] 22 |     };
[INFO] [stdout]    |      ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> librustzcash/src/tests/signatures.rs:20:6
[INFO] [stdout]    |
[INFO] [stdout] 20 |     };
[INFO] [stdout]    |      ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> librustzcash/src/tests/mod.rs:19:6
[INFO] [stdout]    |
[INFO] [stdout] 19 |     };
[INFO] [stdout]    |      ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around block return value
[INFO] [stdout]   --> librustzcash/src/rustzcash.rs:80:38
[INFO] [stdout]    |
[INFO] [stdout] 80 |     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout]    |                                      ^^                  ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]    |
[INFO] [stdout] 80 -     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout] 80 +     static ref JUBJUB: JubjubBls12 = JubjubBls12::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around pattern
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1250:9
[INFO] [stdout]      |
[INFO] [stdout] 1250 |     let (party1_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |         ^            ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1250 -     let (party1_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout] 1250 +     let party1_alpha: (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1250:25
[INFO] [stdout]      |
[INFO] [stdout] 1250 |     let (party1_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |                         ^  ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1250 -     let (party1_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout] 1250 +     let (party1_alpha): FE = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around pattern
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1253:9
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     let (_party2_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |         ^             ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1253 -     let (_party2_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout] 1253 +     let _party2_alpha: (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1253:26
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     let (_party2_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |                          ^  ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1253 -     let (_party2_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout] 1253 +     let (_party2_alpha): FE = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sapling_crypto::jubjub::JubjubBls12 as jjbls12_l`
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1564:5
[INFO] [stdout]      |
[INFO] [stdout] 1564 | use sapling_crypto::jubjub::JubjubBls12 as jjbls12_l;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> librustzcash/src/rustzcash.rs:79:1
[INFO] [stdout]    |
[INFO] [stdout] 79 | / lazy_static! {
[INFO] [stdout] 80 | |     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout] 81 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around block return value
[INFO] [stdout]   --> librustzcash/src/rustzcash.rs:80:38
[INFO] [stdout]    |
[INFO] [stdout] 80 |     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout]    |                                      ^^                  ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]    |
[INFO] [stdout] 80 -     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout] 80 +     static ref JUBJUB: JubjubBls12 = JubjubBls12::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around pattern
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1250:9
[INFO] [stdout]      |
[INFO] [stdout] 1250 |     let (party1_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |         ^            ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1250 -     let (party1_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout] 1250 +     let party1_alpha: (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1250:25
[INFO] [stdout]      |
[INFO] [stdout] 1250 |     let (party1_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |                         ^  ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1250 -     let (party1_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout] 1250 +     let (party1_alpha): FE = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around pattern
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1253:9
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     let (_party2_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |         ^             ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1253 -     let (_party2_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout] 1253 +     let _party2_alpha: (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1253:26
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     let (_party2_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |                          ^  ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1253 -     let (_party2_alpha): (FE) = serde_json::from_str(&data).unwrap();
[INFO] [stdout] 1253 +     let (_party2_alpha): FE = serde_json::from_str(&data).unwrap();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sapling_crypto::jubjub::JubjubBls12 as jjbls12_l`
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1564:5
[INFO] [stdout]      |
[INFO] [stdout] 1564 | use sapling_crypto::jubjub::JubjubBls12 as jjbls12_l;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> librustzcash/src/rustzcash.rs:79:1
[INFO] [stdout]    |
[INFO] [stdout] 79 | / lazy_static! {
[INFO] [stdout] 80 | |     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout] 81 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> zcash_primitives/src/transaction/components.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 | const GROTH_PROOF_SIZE: usize = (48 + 96 + 48);
[INFO] [stdout]    |                                 ^            ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 - const GROTH_PROOF_SIZE: usize = (48 + 96 + 48);
[INFO] [stdout] 16 + const GROTH_PROOF_SIZE: usize = 48 + 96 + 48 ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> zcash_primitives/src/transaction/components.rs:18:32
[INFO] [stdout]    |
[INFO] [stdout] 18 | const PHGR_PROOF_SIZE: usize = (33 + 33 + 65 + 33 + 33 + 33 + 33 + 33);
[INFO] [stdout]    |                                ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 - const PHGR_PROOF_SIZE: usize = (33 + 33 + 65 + 33 + 33 + 33 + 33 + 33);
[INFO] [stdout] 18 + const PHGR_PROOF_SIZE: usize = 33 + 33 + 65 + 33 + 33 + 33 + 33 + 33 ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> zcash_primitives/src/transaction/tests.rs:238:6
[INFO] [stdout]     |
[INFO] [stdout] 238 |     };
[INFO] [stdout]     |      ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]     --> zcash_primitives/src/transaction/tests.rs:1943:6
[INFO] [stdout]      |
[INFO] [stdout] 1943 |     };
[INFO] [stdout]      |      ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around block return value
[INFO] [stdout]   --> zcash_primitives/src/lib.rs:16:38
[INFO] [stdout]    |
[INFO] [stdout] 16 |     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout]    |                                      ^^                  ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]    |
[INFO] [stdout] 16 -     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout] 16 +     static ref JUBJUB: JubjubBls12 = JubjubBls12::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> zcash_primitives/src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / lazy_static! {
[INFO] [stdout] 16 | |     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> librustzcash/src/rustzcash.rs:833:18
[INFO] [stdout]     |
[INFO] [stdout] 833 |         unsafe { SAPLING_SPEND_VK.as_ref() }.unwrap(),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> librustzcash/src/rustzcash.rs:876:18
[INFO] [stdout]     |
[INFO] [stdout] 876 |         unsafe { SAPLING_OUTPUT_VK.as_ref() }.unwrap(),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1028:18
[INFO] [stdout]      |
[INFO] [stdout] 1028 |         unsafe { &SPROUT_GROTH16_PARAMS_PATH }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]      |
[INFO] [stdout] 1028 |         unsafe { &raw const SPROUT_GROTH16_PARAMS_PATH }
[INFO] [stdout]      |                   +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1088:18
[INFO] [stdout]      |
[INFO] [stdout] 1088 |         unsafe { SPROUT_GROTH16_VK.as_ref() }.expect("parameters should have been initialized"),
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1150:18
[INFO] [stdout]      |
[INFO] [stdout] 1150 |         unsafe { SAPLING_OUTPUT_PARAMS.as_ref() }.unwrap(),
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1540:22
[INFO] [stdout]      |
[INFO] [stdout] 1540 |             unsafe { SAPLING_SPEND_PARAMS.as_ref() }.unwrap(),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1541:22
[INFO] [stdout]      |
[INFO] [stdout] 1541 |             unsafe { SAPLING_SPEND_VK.as_ref() }.unwrap(),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> librustzcash/src/rustzcash.rs:833:18
[INFO] [stdout]     |
[INFO] [stdout] 833 |         unsafe { SAPLING_SPEND_VK.as_ref() }.unwrap(),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> librustzcash/src/rustzcash.rs:876:18
[INFO] [stdout]     |
[INFO] [stdout] 876 |         unsafe { SAPLING_OUTPUT_VK.as_ref() }.unwrap(),
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1028:18
[INFO] [stdout]      |
[INFO] [stdout] 1028 |         unsafe { &SPROUT_GROTH16_PARAMS_PATH }
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]      |
[INFO] [stdout] 1028 |         unsafe { &raw const SPROUT_GROTH16_PARAMS_PATH }
[INFO] [stdout]      |                   +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1088:18
[INFO] [stdout]      |
[INFO] [stdout] 1088 |         unsafe { SPROUT_GROTH16_VK.as_ref() }.expect("parameters should have been initialized"),
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1150:18
[INFO] [stdout]      |
[INFO] [stdout] 1150 |         unsafe { SAPLING_OUTPUT_PARAMS.as_ref() }.unwrap(),
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1540:22
[INFO] [stdout]      |
[INFO] [stdout] 1540 |             unsafe { SAPLING_SPEND_PARAMS.as_ref() }.unwrap(),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]     --> librustzcash/src/rustzcash.rs:1541:22
[INFO] [stdout]      |
[INFO] [stdout] 1541 |             unsafe { SAPLING_SPEND_VK.as_ref() }.unwrap(),
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]      |
[INFO] [stdout]      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> sapling-crypto/src/circuit/test/mod.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 |     Constraint(usize),
[INFO] [stdout]    |     ---------- ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NamedObject` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 27 -     Constraint(usize),
[INFO] [stdout] 27 +     Constraint(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stdout]   --> sapling-crypto/src/circuit/sprout/input.rs:78:37
[INFO] [stdout]    |
[INFO] [stdout] 78 |         for (i, layer) in auth_path.into_iter().enumerate() {
[INFO] [stdout]    |                                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]    = note: `#[warn(array_into_iter)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]    |
[INFO] [stdout] 78 -         for (i, layer) in auth_path.into_iter().enumerate() {
[INFO] [stdout] 78 +         for (i, layer) in auth_path.iter().enumerate() {
[INFO] [stdout]    |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]    |
[INFO] [stdout] 78 -         for (i, layer) in auth_path.into_iter().enumerate() {
[INFO] [stdout] 78 +         for (i, layer) in IntoIterator::into_iter(auth_path).enumerate() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.51s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: syn v0.14.9
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating bellman/Cargo.toml from 2015 edition to 2018
[INFO] [stderr]    Migrating pairing/Cargo.toml from 2015 edition to 2018
[INFO] [stderr]    Migrating librustzcash/Cargo.toml from 2015 edition to 2018
[INFO] [stderr]    Migrating sapling-crypto/Cargo.toml from 2015 edition to 2018
[INFO] [stderr]    Migrating zcash_proofs/Cargo.toml from 2015 edition to 2018
[INFO] [stderr]    Migrating zip32/Cargo.toml from 2015 edition to 2018
[INFO] [stderr]    Migrating zcash_primitives/Cargo.toml from 2015 edition to 2018
[INFO] [stderr]    Migrating zcash_wallet/Cargo.toml from 2015 edition to 2018
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![cfg_attr(feature = "clippy", deny(warnings))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![cfg_attr(feature = "clippy", feature(plugin))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![cfg_attr(feature = "clippy", plugin(clippy))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![cfg_attr(feature = "clippy", allow(inline_always))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | #![cfg_attr(feature = "clippy", allow(too_many_arguments))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]  --> pairing/src/lib.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | #![cfg_attr(feature = "clippy", allow(unreadable_literal))]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]   = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]   --> pairing/src/lib.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![cfg_attr(feature = "clippy", allow(many_single_char_names))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]    = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]   --> pairing/src/lib.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![cfg_attr(feature = "clippy", allow(new_without_default_derive))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]    = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stdout]   --> pairing/src/lib.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![cfg_attr(feature = "clippy", allow(write_literal))]
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `default`, `expose-arith`, `u128-support`, and `unstable-features`
[INFO] [stdout]    = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]    --> pairing/src/bls12_381/fq.rs:522:9
[INFO] [stdout]     |
[INFO] [stdout] 522 |         r#try!(write!(f, "0x"));
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]    --> pairing/src/bls12_381/fq.rs:524:13
[INFO] [stdout]     |
[INFO] [stdout] 524 |             r#try!(write!(f, "{:016x}", *i));
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> pairing/src/bls12_381/fr.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         r#try!(write!(f, "0x"));
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> pairing/src/bls12_381/fr.rs:71:13
[INFO] [stdout]    |
[INFO] [stdout] 71 |             r#try!(write!(f, "{:016x}", *i));
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> pairing/src/lib.rs:503:39
[INFO] [stdout]     |
[INFO] [stdout] 503 |             _ => write!(f, "{}", self.description()),
[INFO] [stdout]     |                                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stdout]    --> pairing/src/lib.rs:107:62
[INFO] [stdout]     |
[INFO] [stdout] 107 |             [(&(p.into().prepare()), &(q.into().prepare()))].into_iter(),
[INFO] [stdout]     |                                                              ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]     = note: `#[warn(array_into_iter)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 107 -             [(&(p.into().prepare()), &(q.into().prepare()))].into_iter(),
[INFO] [stdout] 107 +             [(&(p.into().prepare()), &(q.into().prepare()))].iter(),
[INFO] [stdout]     |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]     |
[INFO] [stdout] 107 -             [(&(p.into().prepare()), &(q.into().prepare()))].into_iter(),
[INFO] [stdout] 107 +             IntoIterator::into_iter([(&(p.into().prepare()), &(q.into().prepare()))]),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking pairing v0.14.2 (/opt/rustwide/workdir/pairing)
[INFO] [stderr]     Checking bellman v0.1.0 (/opt/rustwide/workdir/bellman)
[INFO] [stderr]     Checking zcash_wallet v0.0.0 (/opt/rustwide/workdir/zcash_wallet)
[INFO] [stderr]    Migrating pairing/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]        Fixed pairing/src/lib.rs (1 fix)
[INFO] [stderr]    Migrating bellman/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]        Fixed bellman/src/groth16/verifier.rs (1 fix)
[INFO] [stderr]        Fixed bellman/src/multiexp.rs (2 fixes)
[INFO] [stderr]     Checking zcash_primitives v0.0.0 (/opt/rustwide/workdir/zcash_primitives)
[INFO] [stderr]     Checking sapling-crypto v0.0.1 (/opt/rustwide/workdir/sapling-crypto)
[INFO] [stderr]     Checking librustzcash v0.1.0 (/opt/rustwide/workdir/librustzcash)
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> sapling-crypto/src/jubjub/fs.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         r#try!(write!(f, "0x"));
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking zip32 v0.0.0 (/opt/rustwide/workdir/zip32)
[INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead
[INFO] [stdout]   --> sapling-crypto/src/jubjub/fs.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 |             r#try!(write!(f, "{:016x}", *i));
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking zcash_proofs v0.0.0 (/opt/rustwide/workdir/zcash_proofs)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> sapling-crypto/src/jubjub/mod.rs:354:17
[INFO] [stdout]     |
[INFO] [stdout] 354 |             for mut gen in tmp_params.pedersen_hash_generators.iter().cloned() {
[INFO] [stdout]     |                 ----^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stdout]   --> sapling-crypto/src/circuit/sprout/input.rs:78:37
[INFO] [stdout]    |
[INFO] [stdout] 78 |         for (i, layer) in auth_path.into_iter().enumerate() {
[INFO] [stdout]    |                                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]    = note: `#[warn(array_into_iter)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]    |
[INFO] [stdout] 78 -         for (i, layer) in auth_path.into_iter().enumerate() {
[INFO] [stdout] 78 +         for (i, layer) in auth_path.iter().enumerate() {
[INFO] [stdout]    |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]    |
[INFO] [stdout] 78 -         for (i, layer) in auth_path.into_iter().enumerate() {
[INFO] [stdout] 78 +         for (i, layer) in IntoIterator::into_iter(auth_path).enumerate() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_fs` is never used
[INFO] [stdout]   --> zcash_proofs/src/sapling/prover.rs:21:4
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn read_fs(from: &[u8]) -> FsRepr {
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> zcash_proofs/src/sapling/prover.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |         ar.clone().into_repr().write_le(&mut ar_vec[0..32]);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 170 |         let _ = ar.clone().into_repr().write_le(&mut ar_vec[0..32]);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around block return value
[INFO] [stdout]   --> zip32/src/lib.rs:24:38
[INFO] [stdout]    |
[INFO] [stdout] 24 |     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout]    |                                      ^^                  ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]    |
[INFO] [stdout] 24 -     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout] 24 +     static ref JUBJUB: JubjubBls12 = JubjubBls12::new() ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> zip32/src/lib.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | / lazy_static! {
[INFO] [stdout] 24 | |     static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating zcash_wallet/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating pairing/benches/pairing_benches.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating sapling-crypto/benches/pedersen_hash.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating zip32/src/lib.rs from 2018 edition to 2021
[INFO] [stdout] error[E0460]: found possibly newer version of crate `bellman` which `sapling_crypto` depends on
[INFO] [stdout]  --> sapling-crypto/benches/pedersen_hash.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern crate sapling_crypto;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: perhaps that crate needs to be recompiled?
[INFO] [stdout]   = note: the following crate versions were found:
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-de8d617bf484880c.rmeta
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-9d344c8ab177d2aa.rmeta
[INFO] [stdout]           crate `sapling_crypto`: /opt/rustwide/target/debug/deps/libsapling_crypto-3f9fbc39ce29a5c1.rmeta
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sapling-crypto` (bench "pedersen_hash") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0460`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0460]: found possibly newer version of crate `bellman` which `sapling_crypto` depends on
[INFO] [stdout]  --> zip32/src/lib.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | extern crate sapling_crypto;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: perhaps that crate needs to be recompiled?
[INFO] [stdout]   = note: the following crate versions were found:
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-de8d617bf484880c.rmeta
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-9d344c8ab177d2aa.rmeta
[INFO] [stdout]           crate `sapling_crypto`: /opt/rustwide/target/debug/deps/libsapling_crypto-3f9fbc39ce29a5c1.rmeta
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0460`.
[INFO] [stdout] 
[INFO] [stderr]    Migrating zcash_primitives/src/lib.rs from 2018 edition to 2021
[INFO] [stderr] error: could not compile `zip32` (lib test) due to 1 previous error
[INFO] [stderr]    Migrating librustzcash/src/rustzcash.rs from 2018 edition to 2021
[INFO] [stderr] error: could not compile `zcash_primitives` (lib) due to 1 previous error
[INFO] [stdout] error[E0460]: found possibly newer version of crate `bellman` which `sapling_crypto` depends on
[INFO] [stdout]  --> zcash_primitives/src/lib.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | extern crate sapling_crypto;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: perhaps that crate needs to be recompiled?
[INFO] [stdout]   = note: the following crate versions were found:
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-de8d617bf484880c.rmeta
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-9d344c8ab177d2aa.rmeta
[INFO] [stdout]           crate `sapling_crypto`: /opt/rustwide/target/debug/deps/libsapling_crypto-3f9fbc39ce29a5c1.rmeta
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0460`.
[INFO] [stdout] 
[INFO] [stdout] error[E0460]: found possibly newer version of crate `bellman` which `sapling_crypto` depends on
[INFO] [stdout]  --> librustzcash/src/rustzcash.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | extern crate sapling_crypto;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: perhaps that crate needs to be recompiled?
[INFO] [stdout]   = note: the following crate versions were found:
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-de8d617bf484880c.rmeta
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-9d344c8ab177d2aa.rmeta
[INFO] [stdout]           crate `sapling_crypto`: /opt/rustwide/target/debug/deps/libsapling_crypto-3f9fbc39ce29a5c1.rmeta
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0460]: found possibly newer version of crate `bellman` which `zcash_proofs` depends on
[INFO] [stdout]   --> librustzcash/src/rustzcash.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | extern crate zcash_proofs;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: perhaps that crate needs to be recompiled?
[INFO] [stdout]    = note: the following crate versions were found:
[INFO] [stdout]            crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-de8d617bf484880c.rmeta
[INFO] [stdout]            crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-9d344c8ab177d2aa.rmeta
[INFO] [stdout]            crate `zcash_proofs`: /opt/rustwide/target/debug/deps/libzcash_proofs-47947ac429ae5e7f.rmeta
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `sapling_crypto`
[INFO] [stdout]   --> librustzcash/src/rustzcash.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern crate zip32;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0460, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0460`.
[INFO] [stdout] 
[INFO] [stderr]    Migrating sapling-crypto/src/lib.rs from 2018 edition to 2021
[INFO] [stderr] error: could not compile `librustzcash` (lib) due to 3 previous errors
[INFO] [stderr]        Fixed sapling-crypto/src/circuit/sprout/input.rs (1 fix)
[INFO] [stderr]    Migrating sapling-crypto/examples/bench.rs from 2018 edition to 2021
[INFO] [stdout] error[E0460]: found possibly newer version of crate `bellman` which `sapling_crypto` depends on
[INFO] [stdout]  --> sapling-crypto/examples/bench.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate sapling_crypto;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: perhaps that crate needs to be recompiled?
[INFO] [stdout]   = note: the following crate versions were found:
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-de8d617bf484880c.rmeta
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-9d344c8ab177d2aa.rmeta
[INFO] [stdout]           crate `sapling_crypto`: /opt/rustwide/target/debug/deps/libsapling_crypto-3f9fbc39ce29a5c1.rmeta
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0460`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sapling-crypto` (example "bench") due to 1 previous error
[INFO] [stdout] error[E0460]: found possibly newer version of crate `bellman` which `sapling_crypto` depends on
[INFO] [stdout]  --> librustzcash/src/rustzcash.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | extern crate sapling_crypto;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: perhaps that crate needs to be recompiled?
[INFO] [stdout]   = note: the following crate versions were found:
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-de8d617bf484880c.rmeta
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-9d344c8ab177d2aa.rmeta
[INFO] [stdout]           crate `sapling_crypto`: /opt/rustwide/target/debug/deps/libsapling_crypto-3f9fbc39ce29a5c1.rmeta
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0460]: found possibly newer version of crate `bellman` which `zcash_proofs` depends on
[INFO] [stdout]   --> librustzcash/src/rustzcash.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | extern crate zcash_proofs;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: perhaps that crate needs to be recompiled?
[INFO] [stdout]    = note: the following crate versions were found:
[INFO] [stdout]            crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-de8d617bf484880c.rmeta
[INFO] [stdout]            crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-9d344c8ab177d2aa.rmeta
[INFO] [stdout]            crate `zcash_proofs`: /opt/rustwide/target/debug/deps/libzcash_proofs-47947ac429ae5e7f.rmeta
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `sapling_crypto`
[INFO] [stdout]   --> librustzcash/src/rustzcash.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern crate zip32;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0460, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0460`.
[INFO] [stdout] 
[INFO] [stderr]    Migrating zcash_proofs/src/lib.rs from 2018 edition to 2021
[INFO] [stderr] error: could not compile `librustzcash` (lib test) due to 3 previous errors
[INFO] [stdout] error[E0460]: found possibly newer version of crate `bellman` which `sapling_crypto` depends on
[INFO] [stdout]  --> zcash_proofs/src/lib.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern crate sapling_crypto;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: perhaps that crate needs to be recompiled?
[INFO] [stdout]   = note: the following crate versions were found:
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-de8d617bf484880c.rmeta
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-9d344c8ab177d2aa.rmeta
[INFO] [stdout]           crate `sapling_crypto`: /opt/rustwide/target/debug/deps/libsapling_crypto-3f9fbc39ce29a5c1.rmeta
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0460`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zcash_proofs` (lib test) due to 1 previous error
[INFO] [stdout] error[E0460]: found possibly newer version of crate `bellman` which `sapling_crypto` depends on
[INFO] [stdout]  --> zcash_primitives/src/lib.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | extern crate sapling_crypto;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: perhaps that crate needs to be recompiled?
[INFO] [stdout]   = note: the following crate versions were found:
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-de8d617bf484880c.rmeta
[INFO] [stdout]           crate `bellman`: /opt/rustwide/target/debug/deps/libbellman-9d344c8ab177d2aa.rmeta
[INFO] [stdout]           crate `sapling_crypto`: /opt/rustwide/target/debug/deps/libsapling_crypto-3f9fbc39ce29a5c1.rmeta
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0460`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zcash_primitives` (lib test) due to 1 previous error
[INFO] [stderr]    Migrating bellman/tests/mimc.rs from 2018 edition to 2021
[INFO] running `Command { std: "docker" "inspect" "573390ba56c72471e82e40092d7e4b8c63f057fe2c4ce98aa685e7b71fc8769a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "573390ba56c72471e82e40092d7e4b8c63f057fe2c4ce98aa685e7b71fc8769a", kill_on_drop: false }`
[INFO] [stdout] 573390ba56c72471e82e40092d7e4b8c63f057fe2c4ce98aa685e7b71fc8769a
